aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/stats/[slug].tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/stats/[slug].tsx')
-rw-r--r--src/pages/stats/[slug].tsx9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/pages/stats/[slug].tsx b/src/pages/stats/[slug].tsx
index 685d01b..c2427c0 100644
--- a/src/pages/stats/[slug].tsx
+++ b/src/pages/stats/[slug].tsx
@@ -108,7 +108,7 @@ function Page({
/>
</div>
<div className="hidden sm:block">
- <Divider text="Individual Data" />
+ <Divider text="Individual Data" description="All verified collected datapoints by PhaseTracker. Numbers before data collection started not shown" />
<div className="px-48 mb-10 mt-10">
<div className="mb-12">
<DataChart
@@ -125,17 +125,16 @@ function Page({
graphTitle="7 Day Historical"
/>
</div>
- <Divider text="Milestones" />
- <div className="mb-12">
+ </div>
+ <Divider text="Milestones" description="Approximations are shown for milestones before data collection started" />
+ <div className="mb-12 mx-24">
<CompactTable
tableData={{
dates: milestoneData.dates,
milestones: milestoneData.milestones,
}}
/>
- <p className="mt-2 font-semibold">For intervals which we did not record any data, the closest recorded datapoint is chosen</p>
</div>
- </div>
</div>
<Footer />
</>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage